home *** CD-ROM | disk | FTP | other *** search
- *** ./src/bin/emodule_wish/O.sgi/Makefile Fri Dec 5 23:35:37 1997
- --- ../Geomview/./src/bin/emodule_wish/O.sgi/Makefile Fri Dec 18 12:42:07 1998
- ***************
- *** 16,22 ****
-
- emodule_wish: ${OBJS}
- rm -f $@ ../$@
- ! ${CC} ${CFLAGS} -o $@ ${OBJS} `ls installed/*.a || :` ${LIBS}
- ${LNEXE} $@ ..
-
- em_wish.o: em_inits.h
- --- 16,22 ----
-
- emodule_wish: ${OBJS}
- rm -f $@ ../$@
- ! ${CC} ${CFLAGS} -o $@ ${OBJS} `ls installed/*.a 2>/dev/null || :` ${LIBS}
- ${LNEXE} $@ ..
-
- em_wish.o: em_inits.h
- ***************
- *** 24,30 ****
- em_inits.h: installed
- rm -f em_inits.h
- echo '/* automatically generated. */' > em_inits.h
- ! for i in `ls installed/*.a | sed 's@^installed/lib@@g' | sed 's@.a$$@@g'` ; do \
- echo 'INIT('$$i'_init,"'$$i'")'; \
- done >> em_inits.h
-
- --- 24,30 ----
- em_inits.h: installed
- rm -f em_inits.h
- echo '/* automatically generated. */' > em_inits.h
- ! for i in `ls installed/*.a 2>/dev/null | sed 's@^installed/lib@@g' | sed 's@.a$$@@g'` ; do \
- echo 'INIT('$$i'_init,"'$$i'")'; \
- done >> em_inits.h
-
- *** ./makefiles/mk.site.public Thu Oct 31 01:25:12 1996
- --- ../Geomview/./makefiles/mk.site.public Wed Nov 11 15:52:39 1998
- ***************
- *** 12,18 ****
- # running 'make install'.
- # TAKE CARE that no blank characters follow after the name you enter here.
-
- ! GEOMROOT=
-
- # NOTE: The variable MACHTYPE has already been set by the time this file
- # is read; it's the type of computer we're on ("sgi" or "next").
- --- 12,19 ----
- # running 'make install'.
- # TAKE CARE that no blank characters follow after the name you enter here.
-
- ! #GEOMROOT=
- ! GEOMROOT=/usr/freeware/lib/geomview
-
- # NOTE: The variable MACHTYPE has already been set by the time this file
- # is read; it's the type of computer we're on ("sgi" or "next").
- ***************
- *** 22,28 ****
- # programs are to be installed. This should be a directory that is on
- # users' $path, like /usr/local/bin.
-
- ! BINDIR = /usr/local/bin
-
- # MMAPACKAGEDIR should be the pathname of the directory into which the
- # Mathematica packages (OOGL.m, etc.) are to be installed. This should be some
- --- 23,30 ----
- # programs are to be installed. This should be a directory that is on
- # users' $path, like /usr/local/bin.
-
- ! #BINDIR = /usr/local/bin
- ! BINDIR = /usr/freeware/bin
-
- # MMAPACKAGEDIR should be the pathname of the directory into which the
- # Mathematica packages (OOGL.m, etc.) are to be installed. This should be some
-